home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Universal / Interfaces / RIncludes / PCCardEnablerPlugin.r < prev    next >
Encoding:
Text File  |  1998-02-12  |  1.1 KB  |  41 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        PCCardEnablerPlugin.r
  3.  
  4.      Contains:    ???
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.1
  8.  
  9.      Copyright:    © 1997-1998 by Apple Computer, Inc. and SystemSoft Corporation.  All rights reserved.
  10.  
  11.      Bugs?:        Please include the the file and version information (from above) with
  12.                  the problem description.  Developers belonging to one of the Apple
  13.                  developer programs can submit bug reports to:
  14.  
  15.                      devsupport@apple.com
  16.  
  17. */
  18.  
  19. #ifndef __PCCARDENABLERPLUGIN_R__
  20. #define __PCCARDENABLERPLUGIN_R__
  21.  
  22. #ifndef __CONDITIONALMACROS_R__
  23. #include "ConditionalMacros.r"
  24. #endif
  25.  
  26. #ifndef __CARDSERVICES__
  27. type 'pccd' {
  28.    longint;                                        /* MUST BE ZERO */
  29.     integer    dontShowIcon = -1, noCustomIcon = 0;    /* customIconID                */
  30.     integer    noCustomStrings = 0;                    /* customStringsID            */
  31.     unsigned integer;                                /*    customTypeIndex            */
  32.     unsigned integer;                                /*    customHelpIndex            */
  33.     literal longint    noCustomAction = 0;                /* customAction                */
  34.     longint;                                        /*    customActionParam1        */
  35.     longint;                                        /*    customActionParam2        */
  36. };
  37. #endif
  38.  
  39. #endif /* __PCCARDENABLERPLUGIN_R__ */
  40.  
  41.